/**
 * @project   GoSystem RS login prototype
 * @version   1.0 March 20, 2012
 * @author    David Lovrien, ONESOURCE Income Tax, Thomson Reuters
 */

body {
	margin: 0 auto;
	font: 12px Arial, sans-serif;
	color: #555555;
}

#wrap1 {
	margin-top: 86px;
}

#wrapDialog1 {
	margin-top: 5px;
}

#productname {
	margin: 0 auto;
	height: 300px; 
	width: 845px;
	background: transparent url('Images/box-t1.jpg') no-repeat;
}

#productnameDiag {
	margin: 0 auto;
	height: 300px; 
	width: 815px;
	background: transparent url('Images/box-t1.jpg') no-repeat;
}
	
#productnameexpress {	
	margin: 0 auto;
	height: 300px; 
	width: 845px;
	background: transparent url('Images/box-t1-express.jpg') no-repeat;
}

#productnameexpressDiag {	
	margin: 0 auto;
	height: 300px; 
	width: 815px;
	background: transparent url('Images/box-t1-express.jpg') no-repeat;
}
	
#dialogarea {
	margin: 0 auto;
	width: 845px;
	background: #fff url('Images/bdr-left.gif') repeat-y;
}

#dialogareaDiag {
	margin: 0 auto;
	width: 815px;
	background: #fff url('Images/bdr-left.gif') repeat-y;
}

#dialog-left {
	width: 830px;
}

#dialog-leftDiag {
	width: 815px;
}

#dialog-right {
	float:right;
	width: 5px;
	background: transparent url('Images/bdr-right.gif') repeat-y;
}

.loginlabel {
	float:left;
	width: 90px;
	height: 30px;
	margin: 20px 20px 20px 30px;
}

#loginform {
	float:left;
	margin: 10px 10px;
}

#divrightrs {
	float:left;
	font-family: Verdana;
	font-size: 11px;
	margin: 50px 100px;
}

#divrightexpress {
	float:left;
	font-family: Verdana;
	font-size: 10px;
	margin: 1px 15px;
}

#newsbox {
	float: left;
	height: 130px;
	width: 401px;
	margin: 20px 0 0 10px;
}

#logoband {
	clear: both;
	margin:0 auto;
	height: 90px; 
	width: 845px; 
	background: transparent url('Images/box-t2.jpg') no-repeat;
}

#logobandDiag {
	clear: both;
	margin:0 auto;
	height: 90px; 
	width: 815px; 
	background: transparent url('Images/box-t2.jpg') no-repeat;
}

#copyright {
	float: left;
	font-size: 11px; 
	color: #555555; 
	margin: 35px 0 0 40px;
}

input {
	background: #f8f8f8; 
	border: 1px solid #bbb;
	width: 140px;
}

input.loginbutton {
	background-image: url(Images/btn-login.gif);
	border: none; 
	width:65px; 
	height:23px;
	margin: 0 4px 0 0;
}

input.helpbutton {
	background-image: url(Images/btn-help.gif);
	border: none; 
	width:65px; 
	height:23px;
	margin: 0 4px 0 0;
}

.divprivacy{
    clear: both;
	margin:0 auto;
	width: 835px; 	
    background-color:white;
}
.privacyText{
    border-radius: 25px;
    padding-left:30px;
    clear: both;
	margin:0 auto;
	width: 580px; 	
    background: #ff7b25;
    color:white;
    font-weight:bold;
}

.privacyText a{
    color:#0066cc;
    text-decoration: none;
}

